Rename debug target to dev in build output
authorJustin Geibel <jtgeibel@gmail.com>
Thu, 12 Jan 2017 01:03:36 +0000 (20:03 -0500)
committerJustin Geibel <jtgeibel@gmail.com>
Thu, 12 Jan 2017 02:10:29 +0000 (21:10 -0500)
commit34628b6574cd19cc456cd639201ebf50cf7fcd27
treeebf1fa3738301155d7c419575efad3f82cc11c81
parent6dd4ff0f5b59fff524762c4a7b65882adda713c0
Rename debug target to dev in build output

This renames the debug target to dev in the build output for non-release
builds.  This includes the output of commands such as `cargo build`,
`cargo test`, and `cargo doc`.

Closes #3519
28 files changed:
src/cargo/ops/cargo_rustc/job_queue.rs
tests/bad-config.rs
tests/bench.rs
tests/build-lib.rs
tests/build-script.rs
tests/build.rs
tests/cargo_alias_config.rs
tests/cfg.rs
tests/clean.rs
tests/concurrent.rs
tests/cross-compile.rs
tests/doc.rs
tests/features.rs
tests/freshness.rs
tests/git.rs
tests/overrides.rs
tests/package.rs
tests/path.rs
tests/profiles.rs
tests/publish.rs
tests/registry.rs
tests/run.rs
tests/rustc.rs
tests/rustdoc.rs
tests/rustflags.rs
tests/test.rs
tests/tool-paths.rs
tests/workspaces.rs